'Declaration Public Function New( _ ByVal pageSettings As C1PageSettings, _ ByVal ParamArray columns() As PageColumnDef _ )
public PageLayout( C1PageSettings pageSettings, params PageColumnDef[] columns )
Parameters
- pageSettings
- The page settings to use for the current page layout.
- columns
- The column defitions to use for the current page layout.